﻿2026-06-21T01:51:31.7711884Z Current runner version: '2.335.1'
2026-06-21T01:51:31.7716870Z Runner name: 'hfenduleam'
2026-06-21T01:51:31.7717364Z Runner group name: 'Default'
2026-06-21T01:51:31.7717878Z Machine name: 'HFENDULEAM'
2026-06-21T01:51:31.7719823Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T01:51:31.7721155Z Contents: read
2026-06-21T01:51:31.7721486Z Metadata: read
2026-06-21T01:51:31.7721803Z Packages: read
2026-06-21T01:51:31.7722130Z ##[endgroup]
2026-06-21T01:51:31.7723358Z Secret source: Actions
2026-06-21T01:51:31.7723786Z Prepare workflow directory
2026-06-21T01:51:31.8093697Z Prepare all required actions
2026-06-21T01:51:31.8120039Z Getting action download info
2026-06-21T01:51:32.1341109Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T01:51:33.0822220Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-06-21T01:51:33.1693794Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-06-21T01:51:33.1695274Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-06-21T01:51:33.1696425Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-06-21T01:51:33.1697492Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-06-21T01:51:33.1698342Z [36;1mexit 0[0m
2026-06-21T01:51:33.1776840Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T01:51:33.1777955Z ##[endgroup]
2026-06-21T01:51:33.6155438Z ##[group]Run actions/checkout@v5
2026-06-21T01:51:33.6156237Z with:
2026-06-21T01:51:33.6156715Z   fetch-depth: 0
2026-06-21T01:51:33.6157260Z   repository: SaberMage/spt-core
2026-06-21T01:51:33.6162712Z   token: ***
2026-06-21T01:51:33.6163201Z   ssh-strict: true
2026-06-21T01:51:33.6163733Z   ssh-user: git
2026-06-21T01:51:33.6164274Z   persist-credentials: true
2026-06-21T01:51:33.6164842Z   clean: true
2026-06-21T01:51:33.6165377Z   sparse-checkout-cone-mode: true
2026-06-21T01:51:33.6165994Z   fetch-tags: false
2026-06-21T01:51:33.6166549Z   show-progress: true
2026-06-21T01:51:33.6167065Z   lfs: false
2026-06-21T01:51:33.6167535Z   submodules: false
2026-06-21T01:51:33.6168076Z   set-safe-directory: true
2026-06-21T01:51:33.6168641Z ##[endgroup]
2026-06-21T01:51:33.8282600Z Syncing repository: SaberMage/spt-core
2026-06-21T01:51:33.8284477Z ##[group]Getting Git version info
2026-06-21T01:51:33.8285390Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T01:51:33.8561764Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T01:51:33.8781060Z git version 2.43.0.windows.1
2026-06-21T01:51:33.8810367Z ##[endgroup]
2026-06-21T01:51:33.8818495Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\804e8811-f389-4204-88cd-b89a703bbc9b\.gitconfig'
2026-06-21T01:51:33.8832306Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\804e8811-f389-4204-88cd-b89a703bbc9b' before making global git config changes
2026-06-21T01:51:33.8833963Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T01:51:33.8837580Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T01:51:33.9077355Z Deleting the contents of 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T01:51:33.9269832Z ##[group]Initializing the repository
2026-06-21T01:51:33.9274466Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core
2026-06-21T01:51:33.9622238Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.git/
2026-06-21T01:51:33.9652860Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-core
2026-06-21T01:51:33.9924760Z ##[endgroup]
2026-06-21T01:51:33.9926052Z ##[group]Disabling automatic garbage collection
2026-06-21T01:51:33.9928179Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T01:51:34.0161450Z ##[endgroup]
2026-06-21T01:51:34.0163605Z ##[group]Setting up auth
2026-06-21T01:51:34.0168410Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T01:51:34.0406062Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T01:51:34.4797093Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T01:51:34.5031935Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T01:51:34.8740545Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T01:51:34.8978114Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T01:51:35.2575727Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T01:51:35.2894193Z ##[endgroup]
2026-06-21T01:51:35.2894704Z ##[group]Fetching the repository
2026-06-21T01:51:35.2902942Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +113d90df680fb5354349c5fd80385ffe087b8206:refs/remotes/pull/26/merge
2026-06-21T01:51:36.9924150Z From https://github.com/SaberMage/spt-core
2026-06-21T01:51:36.9924622Z  * [new branch]      dev-freeform                             -> origin/dev-freeform
2026-06-21T01:51:36.9925097Z  * [new branch]      fix/digest-proof-session-id-keys         -> origin/fix/digest-proof-session-id-keys
2026-06-21T01:51:36.9925565Z  * [new branch]      fix/win-program-resolve                  -> origin/fix/win-program-resolve
2026-06-21T01:51:36.9926052Z  * [new branch]      m10-digest-extractor                     -> origin/m10-digest-extractor
2026-06-21T01:51:36.9926754Z  * [new branch]      m11-shell-substrate                      -> origin/m11-shell-substrate
2026-06-21T01:51:36.9927128Z  * [new branch]      main                                     -> origin/main
2026-06-21T01:51:36.9927557Z  * [new branch]      simple-fixes                             -> origin/simple-fixes
2026-06-21T01:51:36.9927971Z  * [new branch]      v0.10.0-picker-status                    -> origin/v0.10.0-picker-status
2026-06-21T01:51:36.9928369Z  * [new branch]      v0.11.0-findings                         -> origin/v0.11.0-findings
2026-06-21T01:51:36.9928748Z  * [new branch]      v0.12.0-lifecycle                        -> origin/v0.12.0-lifecycle
2026-06-21T01:51:36.9929114Z  * [new branch]      v0.12.1-lifecycle                        -> origin/v0.12.1-lifecycle
2026-06-21T01:51:36.9929520Z  * [new branch]      v0.13.0-delivery-control                 -> origin/v0.13.0-delivery-control
2026-06-21T01:51:36.9929935Z  * [new branch]      v0.13.0-p1b-ack-deadlock                 -> origin/v0.13.0-p1b-ack-deadlock
2026-06-21T01:51:36.9930346Z  * [new branch]      v0.8.1-livehost-bootrace                 -> origin/v0.8.1-livehost-bootrace
2026-06-21T01:51:36.9930791Z  * [new branch]      v0.8.2-templating-residency              -> origin/v0.8.2-templating-residency
2026-06-21T01:51:36.9931277Z  * [new branch]      v0.8.3-broker-quic-deadline              -> origin/v0.8.3-broker-quic-deadline
2026-06-21T01:51:36.9931723Z  * [new branch]      v0.9.0-harness-resolution                -> origin/v0.9.0-harness-resolution
2026-06-21T01:51:36.9932197Z  * [new branch]      v0.9.1-resolve-dotstem                   -> origin/v0.9.1-resolve-dotstem
2026-06-21T01:51:36.9932579Z  * [new tag]         v0.1.0                                   -> v0.1.0
2026-06-21T01:51:36.9933526Z  * [new tag]         v0.1.1                                   -> v0.1.1
2026-06-21T01:51:36.9933835Z  * [new tag]         v0.10.0                                  -> v0.10.0
2026-06-21T01:51:36.9934166Z  * [new tag]         v0.11.0                                  -> v0.11.0
2026-06-21T01:51:36.9934480Z  * [new tag]         v0.12.0                                  -> v0.12.0
2026-06-21T01:51:36.9934877Z  * [new tag]         v0.12.1                                  -> v0.12.1
2026-06-21T01:51:36.9935179Z  * [new tag]         v0.2.0                                   -> v0.2.0
2026-06-21T01:51:36.9935478Z  * [new tag]         v0.3.0                                   -> v0.3.0
2026-06-21T01:51:36.9935762Z  * [new tag]         v0.3.1                                   -> v0.3.1
2026-06-21T01:51:36.9936047Z  * [new tag]         v0.3.2                                   -> v0.3.2
2026-06-21T01:51:36.9936361Z  * [new tag]         v0.4.0                                   -> v0.4.0
2026-06-21T01:51:36.9936692Z  * [new tag]         v0.4.1                                   -> v0.4.1
2026-06-21T01:51:36.9936983Z  * [new tag]         v0.4.2                                   -> v0.4.2
2026-06-21T01:51:36.9937263Z  * [new tag]         v0.5.0                                   -> v0.5.0
2026-06-21T01:51:36.9937651Z  * [new tag]         v0.6.0                                   -> v0.6.0
2026-06-21T01:51:36.9938336Z  * [new tag]         v0.7.0                                   -> v0.7.0
2026-06-21T01:51:36.9938624Z  * [new tag]         v0.7.1                                   -> v0.7.1
2026-06-21T01:51:36.9938916Z  * [new tag]         v0.7.2                                   -> v0.7.2
2026-06-21T01:51:36.9939196Z  * [new tag]         v0.7.3                                   -> v0.7.3
2026-06-21T01:51:36.9939469Z  * [new tag]         v0.8.0                                   -> v0.8.0
2026-06-21T01:51:36.9939756Z  * [new tag]         v0.8.1                                   -> v0.8.1
2026-06-21T01:51:36.9940040Z  * [new tag]         v0.8.2                                   -> v0.8.2
2026-06-21T01:51:36.9940346Z  * [new tag]         v0.8.3                                   -> v0.8.3
2026-06-21T01:51:36.9941012Z  * [new tag]         v0.8.4                                   -> v0.8.4
2026-06-21T01:51:36.9941377Z  * [new tag]         v0.9.0                                   -> v0.9.0
2026-06-21T01:51:36.9941735Z  * [new tag]         v0.9.1                                   -> v0.9.1
2026-06-21T01:51:36.9942067Z  * [new ref]         113d90df680fb5354349c5fd80385ffe087b8206 -> pull/26/merge
2026-06-21T01:51:37.0060571Z ##[endgroup]
2026-06-21T01:51:37.0061003Z ##[group]Determining the checkout info
2026-06-21T01:51:37.0061390Z ##[endgroup]
2026-06-21T01:51:37.0066953Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T01:51:37.0360219Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T01:51:37.0591165Z ##[group]Checking out the ref
2026-06-21T01:51:37.0595691Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T01:51:37.3081196Z Note: switching to 'refs/remotes/pull/26/merge'.
2026-06-21T01:51:37.3081470Z 
2026-06-21T01:51:37.3081625Z You are in 'detached HEAD' state. You can look around, make experimental
2026-06-21T01:51:37.3082022Z changes and commit them, and you can discard any commits you make in this
2026-06-21T01:51:37.3082347Z state without impacting any branches by switching back to a branch.
2026-06-21T01:51:37.3082570Z 
2026-06-21T01:51:37.3082750Z If you want to create a new branch to retain commits you create, you may
2026-06-21T01:51:37.3083093Z do so (now or later) by using -c with the switch command. Example:
2026-06-21T01:51:37.3083292Z 
2026-06-21T01:51:37.3083438Z   git switch -c <new-branch-name>
2026-06-21T01:51:37.3083567Z 
2026-06-21T01:51:37.3083662Z Or undo this operation with:
2026-06-21T01:51:37.3083807Z 
2026-06-21T01:51:37.3084145Z   git switch -
2026-06-21T01:51:37.3084271Z 
2026-06-21T01:51:37.3084413Z Turn off this advice by setting config variable advice.detachedHead to false
2026-06-21T01:51:37.3084636Z 
2026-06-21T01:51:37.3084873Z HEAD is now at 113d90d Merge bdb51c23f8cca1015ae989588a3d48be6ba08419 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T01:51:37.3122155Z ##[endgroup]
2026-06-21T01:51:37.3378201Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T01:51:37.3599298Z 113d90df680fb5354349c5fd80385ffe087b8206
2026-06-21T01:51:37.3897876Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T01:51:37.3898277Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T01:51:37.3898612Z [36;1m$PIN = "0c95435"[0m
2026-06-21T01:51:37.3898843Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T01:51:37.3899230Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T01:51:37.3899595Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T01:51:37.3900659Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T01:51:37.3900974Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T01:51:37.3901295Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T01:51:37.3901547Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T01:51:37.3901855Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T01:51:37.3902223Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T01:51:37.3902516Z [36;1m}[0m
2026-06-21T01:51:37.3902718Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T01:51:37.3903026Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T01:51:37.3985729Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T01:51:37.3986038Z ##[endgroup]
2026-06-21T01:51:38.4642411Z    Compiling proc-macro2 v1.0.106
2026-06-21T01:51:38.4642734Z    Compiling unicode-ident v1.0.24
2026-06-21T01:51:38.4643111Z    Compiling quote v1.0.45
2026-06-21T01:51:38.4643355Z    Compiling cfg-if v1.0.4
2026-06-21T01:51:38.4643579Z    Compiling serde_core v1.0.228
2026-06-21T01:51:38.4643795Z    Compiling serde v1.0.228
2026-06-21T01:51:38.4643987Z    Compiling windows-link v0.2.1
2026-06-21T01:51:38.4644352Z    Compiling portable-atomic v1.13.1
2026-06-21T01:51:38.4644582Z    Compiling typenum v1.20.1
2026-06-21T01:51:38.4644849Z    Compiling getrandom v0.3.4
2026-06-21T01:51:38.4645306Z    Compiling version_check v0.9.5
2026-06-21T01:51:38.4645676Z    Compiling pin-project-lite v0.2.17
2026-06-21T01:51:38.4646075Z    Compiling memchr v2.8.1
2026-06-21T01:51:38.4646433Z    Compiling shlex v2.0.1
2026-06-21T01:51:38.4647342Z    Compiling find-msvc-tools v0.1.9
2026-06-21T01:51:38.4647724Z    Compiling critical-section v1.2.0
2026-06-21T01:51:38.5866402Z    Compiling subtle v2.6.1
2026-06-21T01:51:38.6448556Z    Compiling windows-sys v0.61.2
2026-06-21T01:51:38.6602250Z    Compiling equivalent v1.0.2
2026-06-21T01:51:38.6987711Z    Compiling futures-core v0.3.32
2026-06-21T01:51:38.7965995Z    Compiling smallvec v1.15.1
2026-06-21T01:51:38.8354237Z    Compiling bytes v1.11.1
2026-06-21T01:51:38.8507354Z    Compiling itoa v1.0.18
2026-06-21T01:51:38.8672609Z    Compiling semver v1.0.28
2026-06-21T01:51:39.0017067Z    Compiling stable_deref_trait v1.2.1
2026-06-21T01:51:39.0660967Z    Compiling log v0.4.32
2026-06-21T01:51:39.0914797Z    Compiling futures-io v0.3.32
2026-06-21T01:51:39.0915278Z    Compiling generic-array v0.14.7
2026-06-21T01:51:39.1261450Z    Compiling futures-sink v0.3.32
2026-06-21T01:51:39.1322492Z    Compiling slab v0.4.12
2026-06-21T01:51:39.2680330Z    Compiling rustc_version v0.4.1
2026-06-21T01:51:39.3653357Z    Compiling futures-channel v0.3.32
2026-06-21T01:51:39.3814490Z    Compiling futures-task v0.3.32
2026-06-21T01:51:39.4609305Z    Compiling hashbrown v0.17.1
2026-06-21T01:51:39.5258141Z    Compiling rustversion v1.0.22
2026-06-21T01:51:39.5259236Z    Compiling getrandom v0.2.17
2026-06-21T01:51:39.5784190Z    Compiling cpufeatures v0.2.17
2026-06-21T01:51:39.6402786Z    Compiling jobserver v0.1.34
2026-06-21T01:51:39.8999927Z    Compiling fnv v1.0.7
2026-06-21T01:51:39.9145627Z    Compiling libc v0.2.186
2026-06-21T01:51:39.9438406Z    Compiling cfg_aliases v0.2.1
2026-06-21T01:51:39.9797179Z    Compiling strsim v0.11.1
2026-06-21T01:51:40.0354647Z    Compiling rand_core v0.10.1
2026-06-21T01:51:40.0355143Z    Compiling litemap v0.8.2
2026-06-21T01:51:40.1083438Z    Compiling cc v1.2.63
2026-06-21T01:51:40.1185253Z    Compiling writeable v0.6.3
2026-06-21T01:51:40.1879200Z    Compiling autocfg v1.5.1
2026-06-21T01:51:40.2043796Z    Compiling dunce v1.0.5
2026-06-21T01:51:40.3317305Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T01:51:40.4160592Z    Compiling utf8_iter v1.0.4
2026-06-21T01:51:40.4527413Z    Compiling getrandom v0.4.2
2026-06-21T01:51:40.6251100Z    Compiling fs_extra v1.3.0
2026-06-21T01:51:40.6943093Z    Compiling ident_case v1.0.1
2026-06-21T01:51:40.7870124Z    Compiling indexmap v2.14.0
2026-06-21T01:51:40.9329968Z    Compiling syn v2.0.117
2026-06-21T01:51:40.9533845Z    Compiling icu_properties_data v2.2.0
2026-06-21T01:51:40.9891979Z    Compiling percent-encoding v2.3.2
2026-06-21T01:51:41.0204791Z    Compiling http v1.4.1
2026-06-21T01:51:41.0914460Z    Compiling crypto-common v0.1.7
2026-06-21T01:51:41.1465964Z    Compiling aws-lc-rs v1.17.0
2026-06-21T01:51:41.1654614Z    Compiling unicode-segmentation v1.13.3
2026-06-21T01:51:41.1863050Z    Compiling cpufeatures v0.3.0
2026-06-21T01:51:41.2924291Z    Compiling thiserror v2.0.18
2026-06-21T01:51:41.3520049Z    Compiling scopeguard v1.2.0
2026-06-21T01:51:41.3725406Z    Compiling chacha20 v0.10.0
2026-06-21T01:51:41.3825447Z    Compiling form_urlencoded v1.2.2
2026-06-21T01:51:41.4780375Z    Compiling lock_api v0.4.14
2026-06-21T01:51:41.4994879Z    Compiling block-buffer v0.10.4
2026-06-21T01:51:41.5214564Z    Compiling bitflags v2.12.1
2026-06-21T01:51:41.6688068Z    Compiling cmake v0.1.58
2026-06-21T01:51:41.7692066Z    Compiling winapi v0.3.9
2026-06-21T01:51:41.7826824Z    Compiling untrusted v0.9.0
2026-06-21T01:51:41.7891250Z    Compiling rand v0.10.1
2026-06-21T01:51:41.8689895Z    Compiling digest v0.10.7
2026-06-21T01:51:42.0187498Z    Compiling num-traits v0.2.19
2026-06-21T01:51:42.0439661Z    Compiling windows-strings v0.5.1
2026-06-21T01:51:42.0527202Z    Compiling windows-result v0.4.1
2026-06-21T01:51:42.0707419Z    Compiling rustls v0.23.40
2026-06-21T01:51:42.1697113Z    Compiling heck v0.5.0
2026-06-21T01:51:42.1697585Z    Compiling convert_case v0.10.0
2026-06-21T01:51:42.3529770Z    Compiling atomic-waker v1.1.2
2026-06-21T01:51:42.4627263Z    Compiling unicode-xid v0.2.6
2026-06-21T01:51:42.4739427Z    Compiling anyhow v1.0.102
2026-06-21T01:51:42.5781472Z    Compiling const-oid v0.10.2
2026-06-21T01:51:42.5839614Z    Compiling zerocopy v0.8.50
2026-06-21T01:51:42.6585251Z    Compiling parking_lot_core v0.9.12
2026-06-21T01:51:42.6816049Z    Compiling httparse v1.10.1
2026-06-21T01:51:42.7587303Z    Compiling http-body v1.0.1
2026-06-21T01:51:42.8281636Z    Compiling curve25519-dalek v4.1.3
2026-06-21T01:51:43.0382116Z    Compiling hybrid-array v0.4.12
2026-06-21T01:51:43.0382881Z    Compiling ahash v0.8.12
2026-06-21T01:51:43.0701740Z    Compiling fastrand v2.4.1
2026-06-21T01:51:43.2647476Z    Compiling aws-lc-sys v0.41.0
2026-06-21T01:51:43.2866711Z    Compiling ring v0.17.14
2026-06-21T01:51:43.3995529Z    Compiling powerfmt v0.2.0
2026-06-21T01:51:43.4312067Z    Compiling either v1.16.0
2026-06-21T01:51:43.4422480Z    Compiling base64ct v1.8.3
2026-06-21T01:51:43.7090776Z    Compiling deranged v0.5.8
2026-06-21T01:51:43.8198990Z    Compiling rand_core v0.6.4
2026-06-21T01:51:43.8833727Z    Compiling pkg-config v0.3.33
2026-06-21T01:51:44.9672099Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T01:51:45.0130894Z    Compiling vcpkg v0.2.15
2026-06-21T01:51:45.1303344Z    Compiling base64 v0.22.1
2026-06-21T01:51:45.1456251Z    Compiling try-lock v0.2.5
2026-06-21T01:51:45.1573822Z    Compiling time-core v0.1.8
2026-06-21T01:51:45.2117736Z    Compiling data-encoding v2.11.0
2026-06-21T01:51:45.2224432Z    Compiling zmij v1.0.21
2026-06-21T01:51:45.3896893Z    Compiling num-conv v0.2.2
2026-06-21T01:51:45.4203568Z    Compiling tower-service v0.3.3
2026-06-21T01:51:45.5189159Z    Compiling tinyvec_macros v0.1.1
2026-06-21T01:51:45.5778249Z    Compiling want v0.3.1
2026-06-21T01:51:45.6811485Z    Compiling tinyvec v1.11.0
2026-06-21T01:51:45.6813240Z    Compiling crypto-common v0.2.2
2026-06-21T01:51:45.7045930Z    Compiling block-buffer v0.12.0
2026-06-21T01:51:45.7073120Z    Compiling parking_lot v0.12.5
2026-06-21T01:51:45.7636761Z    Compiling sha2 v0.10.9
2026-06-21T01:51:45.8086524Z    Compiling vergen-lib v9.1.0
2026-06-21T01:51:45.9090404Z    Compiling inout v0.1.4
2026-06-21T01:51:45.9161212Z    Compiling n0-future v0.3.2
2026-06-21T01:51:45.9836855Z    Compiling signature v2.2.0
2026-06-21T01:51:45.9880191Z    Compiling crossbeam-utils v0.8.21
2026-06-21T01:51:46.2658819Z    Compiling synstructure v0.13.2
2026-06-21T01:51:46.3158187Z    Compiling darling_core v0.20.11
2026-06-21T01:51:46.4051354Z    Compiling diatomic-waker v0.2.3
2026-06-21T01:51:46.4974398Z    Compiling parking v2.2.1
2026-06-21T01:51:46.5213088Z    Compiling serde_json v1.0.150
2026-06-21T01:51:46.6097082Z    Compiling spin v0.10.0
2026-06-21T01:51:46.6185347Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T01:51:46.6796638Z    Compiling winnow v1.0.3
2026-06-21T01:51:46.7458022Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T01:51:46.7915969Z    Compiling cordyceps v0.3.4
2026-06-21T01:51:46.8122059Z    Compiling httpdate v1.0.3
2026-06-21T01:51:46.8859604Z    Compiling digest v0.11.3
2026-06-21T01:51:47.1284296Z    Compiling futures-lite v2.6.1
2026-06-21T01:51:47.2719243Z    Compiling futures-buffered v0.2.13
2026-06-21T01:51:47.3401408Z    Compiling ed25519 v2.2.3
2026-06-21T01:51:47.3402008Z    Compiling cipher v0.4.4
2026-06-21T01:51:47.4632260Z    Compiling vergen v9.1.0
2026-06-21T01:51:47.5485362Z    Compiling vergen-lib v0.1.6
2026-06-21T01:51:47.6815035Z    Compiling universal-hash v0.5.1
2026-06-21T01:51:47.8157227Z    Compiling noq-udp v0.10.0
2026-06-21T01:51:47.8979935Z    Compiling heapless v0.7.17
2026-06-21T01:51:47.9317338Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T01:51:47.9321630Z    Compiling sync_wrapper v1.0.2
2026-06-21T01:51:47.9453279Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T01:51:47.9714106Z    Compiling allocator-api2 v0.2.21
2026-06-21T01:51:48.0100313Z    Compiling byteorder v1.5.0
2026-06-21T01:51:48.1771965Z    Compiling opaque-debug v0.3.1
2026-06-21T01:51:48.3107971Z    Compiling polyval v0.6.2
2026-06-21T01:51:48.3589948Z    Compiling hash32 v0.2.1
2026-06-21T01:51:48.5210735Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T01:51:48.6546343Z    Compiling spin v0.9.8
2026-06-21T01:51:48.6725328Z    Compiling vergen-gitcl v1.0.8
2026-06-21T01:51:48.7092855Z    Compiling windows-threading v0.2.1
2026-06-21T01:51:48.7367660Z    Compiling socket2 v0.6.4
2026-06-21T01:51:48.7447212Z    Compiling mio v1.2.1
2026-06-21T01:51:48.9538940Z    Compiling tower-layer v0.3.3
2026-06-21T01:51:48.9777902Z    Compiling signature v3.0.0
2026-06-21T01:51:49.0948097Z    Compiling ryu v1.0.23
2026-06-21T01:51:49.3188196Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T01:51:49.4041609Z    Compiling fallible-iterator v0.3.0
2026-06-21T01:51:49.5117425Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T01:51:49.6091919Z    Compiling serde_derive v1.0.228
2026-06-21T01:51:49.6346342Z    Compiling zeroize_derive v1.4.3
2026-06-21T01:51:49.6981366Z    Compiling zerofrom-derive v0.1.7
2026-06-21T01:51:49.7180166Z    Compiling tokio-macros v2.7.0
2026-06-21T01:51:49.7494707Z    Compiling yoke-derive v0.8.2
2026-06-21T01:51:49.7540615Z    Compiling futures-macro v0.3.32
2026-06-21T01:51:49.8006419Z    Compiling zerovec-derive v0.11.3
2026-06-21T01:51:49.8739919Z    Compiling displaydoc v0.2.6
2026-06-21T01:51:50.3087113Z    Compiling tracing-attributes v0.1.31
2026-06-21T01:51:50.4102250Z    Compiling zeroize v1.8.2
2026-06-21T01:51:50.4558215Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T01:51:50.6524702Z    Compiling tokio v1.52.3
2026-06-21T01:51:50.7555598Z    Compiling thiserror-impl v2.0.18
2026-06-21T01:51:50.8010444Z    Compiling rustls-pki-types v1.14.1
2026-06-21T01:51:50.8243097Z    Compiling futures-util v0.3.32
2026-06-21T01:51:50.9569137Z    Compiling darling_macro v0.20.11
2026-06-21T01:51:50.9678578Z    Compiling derive_more-impl v2.1.1
2026-06-21T01:51:51.2311700Z    Compiling spez v0.1.2
2026-06-21T01:51:51.2554003Z    Compiling n0-error-macros v0.1.3
2026-06-21T01:51:51.4200310Z    Compiling windows-interface v0.59.3
2026-06-21T01:51:51.4502684Z    Compiling windows-implement v0.60.2
2026-06-21T01:51:51.6067493Z    Compiling darling v0.20.11
2026-06-21T01:51:51.7182714Z    Compiling zerofrom v0.1.8
2026-06-21T01:51:51.8704023Z    Compiling derive_builder_core v0.20.2
2026-06-21T01:51:51.8956354Z    Compiling der v0.8.0-rc.10
2026-06-21T01:51:51.9211151Z    Compiling pin-project-internal v1.1.13
2026-06-21T01:51:52.1871591Z    Compiling yoke v0.8.3
2026-06-21T01:51:52.5216515Z    Compiling proc-macro-crate v3.5.0
2026-06-21T01:51:52.5549999Z    Compiling windows-core v0.62.2
2026-06-21T01:51:52.5942692Z    Compiling n0-error v0.1.3
2026-06-21T01:51:52.7398938Z    Compiling zerovec v0.11.6
2026-06-21T01:51:52.9186723Z    Compiling zerotrie v0.2.4
2026-06-21T01:51:53.3467103Z    Compiling ed25519-dalek v2.2.0
2026-06-21T01:51:53.3637186Z    Compiling cobs v0.3.0
2026-06-21T01:51:53.4040164Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T01:51:53.4721043Z    Compiling derive_builder_macro v0.20.2
2026-06-21T01:51:53.5785196Z    Compiling windows-numerics v0.3.1
2026-06-21T01:51:53.6236872Z    Compiling pin-project v1.1.13
2026-06-21T01:51:53.6617419Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T01:51:53.8955431Z    Compiling tinystr v0.8.3
2026-06-21T01:51:53.8985858Z    Compiling potential_utf v0.1.5
2026-06-21T01:51:53.9428119Z    Compiling spki v0.8.0-rc.4
2026-06-21T01:51:53.9509881Z    Compiling windows-collections v0.3.2
2026-06-21T01:51:53.9813313Z    Compiling derive_builder v0.20.2
2026-06-21T01:51:54.0050274Z    Compiling windows-future v0.3.2
2026-06-21T01:51:54.1106058Z    Compiling icu_collections v2.2.0
2026-06-21T01:51:54.1658956Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T01:51:54.2147615Z    Compiling icu_locale_core v2.2.0
2026-06-21T01:51:54.4427360Z    Compiling postcard-derive v0.2.2
2026-06-21T01:51:54.5768830Z    Compiling windows-targets v0.52.6
2026-06-21T01:51:54.7918614Z    Compiling ghash v0.5.1
2026-06-21T01:51:54.8832100Z    Compiling ctr v0.9.2
2026-06-21T01:51:54.9272886Z    Compiling aes v0.8.4
2026-06-21T01:51:54.9448560Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T01:51:55.0055279Z    Compiling time v0.3.47
2026-06-21T01:51:55.0282952Z    Compiling fs2 v0.4.3
2026-06-21T01:51:55.2109731Z    Compiling http-body-util v0.1.3
2026-06-21T01:51:55.2260834Z    Compiling aead v0.5.2
2026-06-21T01:51:55.2712923Z    Compiling widestring v1.2.1
2026-06-21T01:51:55.3574364Z    Compiling ipconfig v0.3.4
2026-06-21T01:51:55.4780764Z    Compiling windows v0.62.2
2026-06-21T01:51:55.7355916Z    Compiling ipnet v2.12.0
2026-06-21T01:51:55.8525817Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T01:51:56.0816955Z    Compiling icu_provider v2.2.0
2026-06-21T01:51:56.3716541Z    Compiling once_cell v1.21.4
2026-06-21T01:51:56.4676042Z    Compiling prefix-trie v0.8.4
2026-06-21T01:51:56.5110687Z    Compiling futures-executor v0.3.32
2026-06-21T01:51:56.8560639Z    Compiling tracing-core v0.1.36
2026-06-21T01:51:56.8561135Z    Compiling icu_normalizer v2.2.0
2026-06-21T01:51:56.9175320Z    Compiling icu_properties v2.2.0
2026-06-21T01:51:56.9302829Z    Compiling derive_more v2.1.1
2026-06-21T01:51:56.9964307Z    Compiling futures v0.3.32
2026-06-21T01:51:57.1946749Z    Compiling aes-gcm v0.10.3
2026-06-21T01:51:57.2573874Z    Compiling hashbrown v0.14.5
2026-06-21T01:51:57.2574458Z    Compiling chrono v0.4.45
2026-06-21T01:51:57.3124250Z    Compiling windows-sys v0.59.0
2026-06-21T01:51:57.4234650Z    Compiling data-encoding-macro v0.1.20
2026-06-21T01:51:57.4924055Z    Compiling tracing v0.1.44
2026-06-21T01:51:57.6001054Z    Compiling num_enum_derive v0.7.6
2026-06-21T01:51:57.6622698Z    Compiling strum_macros v0.28.0
2026-06-21T01:51:57.6688698Z    Compiling async-trait v0.1.89
2026-06-21T01:51:58.0779174Z    Compiling hashlink v0.9.1
2026-06-21T01:51:58.1526372Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T01:51:58.1902772Z    Compiling postcard v1.1.3
2026-06-21T01:51:58.4936832Z    Compiling rusqlite v0.32.1
2026-06-21T01:51:58.5369635Z    Compiling idna_adapter v1.2.2
2026-06-21T01:51:58.6715319Z    Compiling idna v1.1.0
2026-06-21T01:51:58.6747522Z    Compiling enum-assoc v1.3.0
2026-06-21T01:51:58.7027340Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T01:51:58.7172142Z    Compiling crossbeam-channel v0.5.15
2026-06-21T01:51:58.7359786Z    Compiling tokio-util v0.7.18
2026-06-21T01:51:58.9742508Z    Compiling tower v0.5.3
2026-06-21T01:51:59.0526677Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T01:51:59.1546965Z    Compiling url v2.5.8
2026-06-21T01:51:59.3331164Z    Compiling blake3 v1.8.5
2026-06-21T01:51:59.3792670Z    Compiling windows-registry v0.6.1
2026-06-21T01:51:59.6657280Z    Compiling uuid v1.23.2
2026-06-21T01:51:59.6790806Z    Compiling memoffset v0.6.5
2026-06-21T01:51:59.7331160Z    Compiling noq v0.18.0
2026-06-21T01:51:59.7354345Z    Compiling netwatch v0.16.0
2026-06-21T01:51:59.9207769Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T01:51:59.9554033Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T01:52:00.1114687Z    Compiling h2 v0.4.14
2026-06-21T01:52:00.1431306Z    Compiling acto v0.8.2
2026-06-21T01:52:00.1563935Z    Compiling mac-addr v0.3.0
2026-06-21T01:52:00.1746876Z    Compiling tagptr v0.2.0
2026-06-21T01:52:00.2102310Z    Compiling thiserror v1.0.69
2026-06-21T01:52:00.4615120Z    Compiling rustc-hash v2.1.2
2026-06-21T01:52:00.4669038Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T01:52:00.4787059Z    Compiling ref-cast v1.0.25
2026-06-21T01:52:00.5548423Z    Compiling identity-hash v0.1.0
2026-06-21T01:52:00.6438932Z    Compiling foldhash v0.2.0
2026-06-21T01:52:00.6712960Z    Compiling lru-slab v0.1.2
2026-06-21T01:52:00.7191286Z    Compiling xml-rs v0.8.28
2026-06-21T01:52:00.9175597Z    Compiling hashbrown v0.16.1
2026-06-21T01:52:00.9275812Z    Compiling moka v0.12.15
2026-06-21T01:52:00.9345182Z    Compiling n0-watcher v0.6.1
2026-06-21T01:52:01.0391178Z    Compiling strum v0.28.0
2026-06-21T01:52:01.1163643Z    Compiling netdev v0.42.0
2026-06-21T01:52:01.3424771Z    Compiling tokio-stream v0.1.18
2026-06-21T01:52:01.3558167Z    Compiling tower-http v0.6.11
2026-06-21T01:52:01.4083419Z    Compiling iroh-base v0.98.0
2026-06-21T01:52:01.4483637Z    Compiling attohttpc v0.30.1
2026-06-21T01:52:02.0846435Z    Compiling xmltree v0.10.3
2026-06-21T01:52:02.2623857Z    Compiling iroh-metrics v0.38.3
2026-06-21T01:52:02.3239858Z    Compiling num_enum v0.7.6
2026-06-21T01:52:02.3460844Z    Compiling iroh-relay v0.98.0
2026-06-21T01:52:02.4399978Z    Compiling serde_spanned v0.6.9
2026-06-21T01:52:02.4733610Z    Compiling toml_datetime v0.6.11
2026-06-21T01:52:02.5252156Z    Compiling ref-cast-impl v1.0.25
2026-06-21T01:52:02.5775940Z    Compiling thiserror-impl v1.0.69
2026-06-21T01:52:02.7329237Z    Compiling serde_derive_internals v0.29.1
2026-06-21T01:52:03.0218250Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T01:52:03.0585028Z    Compiling simple-dns v0.9.3
2026-06-21T01:52:03.1061423Z    Compiling serial-core v0.4.0
2026-06-21T01:52:03.3848556Z    Compiling aho-corasick v1.1.4
2026-06-21T01:52:03.4453513Z    Compiling arrayvec v0.7.6
2026-06-21T01:52:03.5016402Z    Compiling sha1_smol v1.0.1
2026-06-21T01:52:03.5975636Z    Compiling regex-syntax v0.8.10
2026-06-21T01:52:03.7987608Z    Compiling winreg v0.10.1
2026-06-21T01:52:03.8293217Z    Compiling resolv-conf v0.7.6
2026-06-21T01:52:04.0832973Z    Compiling constant_time_eq v0.4.2
2026-06-21T01:52:04.1014205Z    Compiling arrayref v0.3.9
2026-06-21T01:52:04.2810922Z    Compiling simdutf8 v0.1.5
2026-06-21T01:52:04.2998751Z    Compiling winnow v0.7.15
2026-06-21T01:52:04.3413138Z    Compiling toml_write v0.1.2
2026-06-21T01:52:04.4214611Z    Compiling smol_str v0.1.24
2026-06-21T01:52:04.5380854Z    Compiling schemars_derive v1.2.1
2026-06-21T01:52:04.7513369Z    Compiling serial-windows v0.4.0
2026-06-21T01:52:04.7709231Z    Compiling lru v0.16.4
2026-06-21T01:52:05.0248828Z    Compiling iroh-dns v0.98.0
2026-06-21T01:52:05.1439289Z    Compiling webpki-roots v1.0.7
2026-06-21T01:52:05.1747550Z    Compiling seize v0.5.1
2026-06-21T01:52:05.3021721Z    Compiling darling_core v0.23.0
2026-06-21T01:52:05.3434687Z    Compiling serde_bytes v0.11.19
2026-06-21T01:52:05.6207993Z    Compiling hyper v1.10.1
2026-06-21T01:52:05.6963444Z    Compiling hmac v0.12.1
2026-06-21T01:52:05.7588149Z    Compiling iroh v0.98.2
2026-06-21T01:52:05.7757934Z    Compiling utf8parse v0.2.2
2026-06-21T01:52:05.9886938Z    Compiling dyn-clone v1.0.20
2026-06-21T01:52:06.0082692Z    Compiling anstyle v1.0.14
2026-06-21T01:52:06.0137574Z    Compiling pin-utils v0.1.0
2026-06-21T01:52:06.2626359Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T01:52:06.2760536Z    Compiling bitflags v1.3.2
2026-06-21T01:52:06.3233281Z    Compiling cmov v0.5.4
2026-06-21T01:52:06.4232282Z    Compiling lazy_static v1.5.0
2026-06-21T01:52:06.4251613Z    Compiling nix v0.25.1
2026-06-21T01:52:06.4772604Z    Compiling anstyle-wincon v3.0.11
2026-06-21T01:52:07.2443919Z    Compiling toml_edit v0.22.27
2026-06-21T01:52:07.2501637Z    Compiling regex-automata v0.4.14
2026-06-21T01:52:07.3498360Z    Compiling ctutils v0.4.2
2026-06-21T01:52:07.7246822Z    Compiling shared_library v0.1.9
2026-06-21T01:52:07.7640869Z    Compiling hkdf v0.12.4
2026-06-21T01:52:07.7896136Z    Compiling anstyle-parse v1.0.0
2026-06-21T01:52:07.8556262Z    Compiling schemars v1.2.1
2026-06-21T01:52:07.8562630Z    Compiling papaya v0.2.4
2026-06-21T01:52:07.9839132Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T01:52:08.0967623Z    Compiling serial v0.4.0
2026-06-21T01:52:08.2811020Z    Compiling filedescriptor v0.8.3
2026-06-21T01:52:08.4194536Z    Compiling backon v1.6.0
2026-06-21T01:52:08.5276811Z    Compiling wmi v0.18.4
2026-06-21T01:52:08.6205536Z    Compiling anstyle-query v1.1.5
2026-06-21T01:52:08.7613252Z    Compiling hyper-util v0.1.20
2026-06-21T01:52:08.9290428Z    Compiling foldhash v0.1.5
2026-06-21T01:52:09.0054064Z    Compiling colorchoice v1.0.5
2026-06-21T01:52:09.1507562Z    Compiling instability v0.3.12
2026-06-21T01:52:09.2020513Z    Compiling downcast-rs v1.2.1
2026-06-21T01:52:09.2240658Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T01:52:09.2621460Z    Compiling paste v1.0.15
2026-06-21T01:52:09.3849144Z    Compiling shell-words v1.1.1
2026-06-21T01:52:09.4154207Z    Compiling anstream v1.0.0
2026-06-21T01:52:09.5994651Z    Compiling portable-pty v0.8.1
2026-06-21T01:52:09.6509037Z    Compiling hashbrown v0.15.5
2026-06-21T01:52:10.1123760Z    Compiling toml v0.8.23
2026-06-21T01:52:10.1487030Z    Compiling darling_macro v0.23.0
2026-06-21T01:52:10.2874821Z    Compiling spake2 v0.4.0
2026-06-21T01:52:10.4156355Z    Compiling strum_macros v0.26.4
2026-06-21T01:52:10.5015265Z    Compiling regex v1.12.3
2026-06-21T01:52:10.6469192Z    Compiling darling v0.23.0
2026-06-21T01:52:10.8368205Z    Compiling igd-next v0.17.1
2026-06-21T01:52:10.9415025Z    Compiling terminal_size v0.4.4
2026-06-21T01:52:11.1415952Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T01:52:11.1813085Z    Compiling crossterm_winapi v0.9.1
2026-06-21T01:52:11.2412697Z    Compiling itertools v0.13.0
2026-06-21T01:52:11.2463502Z    Compiling sha1 v0.10.6
2026-06-21T01:52:11.2954934Z    Compiling castaway v0.2.4
2026-06-21T01:52:11.4090759Z    Compiling unicode-width v0.1.14
2026-06-21T01:52:11.4961567Z    Compiling recvmsg v1.0.0
2026-06-21T01:52:11.5948988Z    Compiling indoc v2.0.7
2026-06-21T01:52:11.8148470Z    Compiling static_assertions v1.1.0
2026-06-21T01:52:11.9179825Z    Compiling doctest-file v1.1.1
2026-06-21T01:52:11.9552457Z    Compiling clap_lex v1.1.0
2026-06-21T01:52:12.1264342Z    Compiling portmapper v0.16.0
2026-06-21T01:52:12.2438898Z    Compiling clap_builder v4.6.0
2026-06-21T01:52:12.5725143Z    Compiling compact_str v0.8.2
2026-06-21T01:52:12.6095430Z    Compiling crossterm v0.28.1
2026-06-21T01:52:13.0015370Z    Compiling interprocess v2.4.2
2026-06-21T01:52:13.3971079Z    Compiling strum v0.26.3
2026-06-21T01:52:13.4777258Z    Compiling unicode-truncate v1.1.0
2026-06-21T01:52:13.6364471Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T01:52:13.7174290Z    Compiling lru v0.12.5
2026-06-21T01:52:13.7535772Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T01:52:13.8208312Z    Compiling clap_derive v4.6.1
2026-06-21T01:52:13.8394007Z    Compiling error-code v3.3.2
2026-06-21T01:52:14.0091728Z    Compiling unicode-width v0.2.0
2026-06-21T01:52:14.0718893Z    Compiling cassowary v0.3.0
2026-06-21T01:52:14.2474746Z    Compiling clipboard-win v5.4.1
2026-06-21T01:52:14.3705378Z    Compiling nucleo-matcher v0.3.1
2026-06-21T01:52:14.4854922Z    Compiling ratatui v0.29.0
2026-06-21T01:52:14.5458018Z    Compiling qrcode v0.14.1
2026-06-21T01:52:14.7506354Z    Compiling tempfile v3.27.0
2026-06-21T01:52:16.0864966Z    Compiling clap v4.6.1
2026-06-21T01:52:30.0185383Z    Compiling rustls-webpki v0.103.13
2026-06-21T01:52:33.4055774Z    Compiling tokio-rustls v0.26.4
2026-06-21T01:52:33.4056093Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T01:52:33.4056416Z    Compiling noq-proto v0.17.0
2026-06-21T01:52:33.6051916Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T01:52:33.6052237Z    Compiling hyper-rustls v0.27.9
2026-06-21T01:52:33.6052523Z    Compiling tokio-websockets v0.13.2
2026-06-21T01:52:33.8175163Z    Compiling reqwest v0.13.4
2026-06-21T01:52:34.9020168Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T01:52:53.0678398Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T01:52:54.6891745Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T01:53:04.5350867Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T01:53:12.0478940Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 34s
2026-06-21T01:53:12.0703221Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T01:53:12.1370635Z 
2026-06-21T01:53:12.1370991Z running 1 test
2026-06-21T01:53:20.0626253Z test new_brain_serves_against_old_broker ... ok
2026-06-21T01:53:20.0626469Z 
2026-06-21T01:53:20.0626747Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.93s
2026-06-21T01:53:20.0627054Z 
2026-06-21T01:53:20.1190380Z Post job cleanup.
2026-06-21T01:53:20.2295876Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T01:53:20.2526068Z git version 2.43.0.windows.1
2026-06-21T01:53:20.2569211Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\04fae025-c745-427b-9ce0-c6331a2dcd2f\.gitconfig'
2026-06-21T01:53:20.2583108Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\04fae025-c745-427b-9ce0-c6331a2dcd2f' before making global git config changes
2026-06-21T01:53:20.2583571Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T01:53:20.2588288Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T01:53:20.2818333Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T01:53:20.3041021Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T01:53:20.6936959Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T01:53:20.7144453Z http.https://github.com/.extraheader
2026-06-21T01:53:20.7173398Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-21T01:53:20.7419115Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T01:53:21.1224898Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T01:53:21.1459343Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T01:53:21.5428382Z Cleaning up orphan processes
